home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 6 / 500 MB nyheder direkte fra internet CD 6.iso / start / zm30 / zipmas.bat < prev    next >
DOS Batch File  |  1995-11-10  |  222b  |  13 lines

  1. @echo off
  2. cls
  3. copy %1:\start\zm30\pkunzip.exe c:\$temp
  4. path > c:\$temp\p.bat
  5. path %path%c:\$temp;
  6. %1:
  7. cd \start\zm30
  8. zm.exe
  9. attrib -r c:\$temp\pkunzip.exe
  10. del c:\$temp\pkunzip.exe
  11. call p.bat
  12. del c:\$temp\p.bat
  13.